Skip to content

IntegrityError not including file name with line number #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tysmith opened this issue Sep 30, 2016 · 0 comments
Open

IntegrityError not including file name with line number #9

tysmith opened this issue Sep 30, 2016 · 0 comments
Labels

Comments

@tysmith
Copy link
Collaborator

tysmith commented Sep 30, 2016

Traceback (most recent call last):
  File "/home/user/code/avalanche/avalanche.py", line 1318, in <module>
    main()
  File "/home/user/code/avalanche/avalanche.py", line 1314, in main
    args.output.write(Grammar(args.input, limit=args.limit, **args.function).generate())
  File "/home/user/code/avalanche/avalanche.py", line 225, in __init__
    self.sanity_check()
  File "/home/user/code/avalanche/avalanche.py", line 357, in sanity_check
    sym.sanity_check(self)
  File "/home/user/code/avalanche/avalanche.py", line 638, in sanity_check
    raise IntegrityError("Symbol %s used but not defined" % self.name, self.line_no)
__main__.IntegrityError: Symbol AT.Type used but not defined (line 284)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants